Map<String, dynamic> toSave(){ Map<String, dynamic> result = toMap(); result['id'] = identificationNumber; return result; }