Is it possible to change the name of a GDBProjectItem object?

In the code snippet above, you can see that I can grab the Info with GetInfo() and set the Name property on it, but I can't edit the Name property of the GDBProjectItem itself, as it's protected/internal.