void Update()
 {
     if (_entity != null && _cachedName != _entity.ToString())
     {
         name = _cachedName = _entity.ToString();
     }
 }