function getUserName(userInformation) { return userInformation.first_name + " " + userInformation.last_name; }