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