public SecuredContainerMaker(String _label, InterfaceObject obj) {
   this.label = _label;
   if (obj.getIf_writable() == 0) {
     this.STATES = 0x00;
   }
 }