Converts the Ayah to JSON
@override Map<String, dynamic> toJson() { return { ...super.toJson(), 'surah': surah.toJson(), 'source': source, }; }