Converts the Ayah to JSON
Map<String, dynamic> toJson() { return { 'id': id, 'text': text, 'sajdah': sajdah, 'juz': juz, 'hizb': hizb, }; }