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