Encode Emoji to json
Map<String, dynamic> toJson() { return { 'name': name, 'emoji': emoji, 'hasSkinTone': hasSkinTone, }; }