Creates Word from JSON data
factory Word.fromJson(Map<String, dynamic> json) => _$WordFromJson(json);