ObjUtil.prototype.underscoreKeys = function (obj) {
  // Change state
  this.camelize = false;
  this.underscorize = !this.camelize;