static List<dynamic> toJsonFromList(List<Paragraph> paragraphs) { return paragraphs.map((p) => p.toJson()).toList(); }