_getOpacity: function () {
    return this.model.get('opacity') != null ? this.model.get('opacity') : 1;
  },