updateDOMColor() {
      this._rectangle.style.borderColor = this._color;
      this._ellipse.style.borderColor = this._color;
      this._label.style.borderColor = this._color;
    }