public String getEnumDescription() {
   return actor.getDescription();
 }
 public String getName() {
   return actor.toString();
 }