Map<String, dynamic> toJson() => { 'activities': this.activities, 'books': this.books, 'interests': this.interests, 'movies': this.movies, 'television': this.television, };