Converts the Data object to a JSON representation.
Data
Map<String, dynamic> toJson() => { 'surahs': surahs.map((e) => e.toJson()).toList(), 'edition': edition.toJson(), };