When only need to get role name:
var siteRoles = await _roleManager.Roles.Select(x => x.Name).ToListAsync();