Types/Shape/ToString.ps1

<#
.SYNOPSIS
    Stringifies the shape
.DESCRIPTION
    Gets the shape as a string by returning the shape's `.css`
#>

return "$($this.CSS)"