public String getName() {
   return entertainmentDevice.getName();
 }
 public String getStatus() {
   return entertainmentDevice.getStatus();
 }