Converts the AyahRange to JSON
Map<String, dynamic> toJson() { return { 'surah': surah.toJson(), 'range': range.toJson(), 'ayat': ayat.map((ayah) => ayah.toJson()).toList(), 'source': source, }; }