Map<String, dynamic> toJson() { final _json = <String, dynamic>{}; _json['activity'] = activity.toJson(); return _json; }