if(typeof options[option] !== 'undefined') { // check of the method options contains the value
        if(oOption.expects === '') { // when expects is empty, ommit the options defined value, just add
          if(options[option]) {
            selOOptions[oOptionId] = true;
          }