@override Future<String> toFutureString() async { return 'BusEntrance{name: ${await name}, location: ${await location}'; }