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