@JsonProperty("group")
 public GroupRepresentation getGroup() {
   return new GroupRepresentation(mSimpleNote.getUserGroup().getGroup());
 }
 @JsonProperty("user")
 public UserPublicRepresentation getUser() {
   return new UserPublicRepresentation(mSimpleNote.getUserGroup().getUser());
 }