Add a new block to the children and returns this instance.
block
Toggle addChild(Block block) { this._children.add(block); return this; }