@override Future<String> toFutureString() async { return 'WalkPath{walkStepList: ${await _expandToString(walkStepList)}}'; }