public String toString() { return "user " + user.getUsername() + " -> " + role.getAuthority(); }
@Transient public String getAuthority() { return role.getAuthority(); }