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