Map<String, dynamic> toJson() => { "id": id, "words": List<dynamic>.from(words!.map((x) => x.toJson())), };