Add a new block to the list of blocks and returns this instance.
block
Children add(Block block) { this._blocks.add(block); return this; }