core.Map<core.String, core.dynamic> toJson() { final userInterests = this.userInterests; final userLists = this.userLists; return {'userInterests': ?userInterests, 'userLists': ?userLists}; }