Map<String, dynamic> toJson() { return { 'verification': verification, 'status': status.toString().split('.').last, }; }