Role is a simple implementation of a RoleInterface where the role is a string.
$role
__construct(string $role)
Constructor.
The role name
getRole()
{@inheritdoc}
__toString()