Map<String, dynamic> toJson() { return { 'id': id.value.toString(), 'phone': phoneNumber.toJson(), }; }