You can get the object name using Family.ObjectNameName
But if you need to run a behavior that is added to the object, and not to the family, you will need to pick the object instance. You can do this:
Zombie Pick by unique ID = EnemiesFamily.UID
.. Zobmie Restart Fade
Vampire Pick by unique ID = EnemiesFamily.UID
.. Vampire Enable Bullet
etc.