public SentenceBlock(SentenceBlockType type)
 {
     this.type = type;
 }
 public SentenceBlock(SentenceBlockType type, double chance)
 {
     this.type = type;
     this.chance = chance;
 }