Get current user's username
public function getUsername() : String
N/A
@return username
var user : String = _global.controller.getUsername();